projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d307ab
)
win32: Theme paned separators
author
Alexander Larsson
<alexl@redhat.com>
Fri, 16 Mar 2012 13:31:32 +0000
(14:31 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Fri, 16 Mar 2012 13:31:32 +0000
(14:31 +0100)
gtk/gtk-win32-base.css
patch
|
blob
|
history
diff --git
a/gtk/gtk-win32-base.css
b/gtk/gtk-win32-base.css
index bc0ea6e13c66122a5a65267dd99236b41562b629..1fda1a26d873536f21e3379b130c77136350d07a 100644
(file)
--- a/
gtk/gtk-win32-base.css
+++ b/
gtk/gtk-win32-base.css
@@
-821,4
+821,13
@@
GtkColorSwatch:prelight {
.separator,
.separator:prelight {
color: shade (@bg_color, 0.6);
+}
+
+.pane-separator {
+ background-image: -gtk-win32-theme-part(rebar, 1 1);
+/* Use this when background-position is supported
+ background-size: 20px 20px;
+ background-repeat: no-repeat;
+ background-position: center;
+*/
}
\ No newline at end of file